AudioEffect

Undocumented in source.

Members

Functions

addModifier
void addModifier(bool delegate(HipAudioSource src) modifier)
Undocumented in source. Be warned that the author may not have intended to support it.
addPanningModifier
void addPanningModifier(float delegate(HipAudioSource src) modifier)
Undocumented in source. Be warned that the author may not have intended to support it.
addPitchModifier
void addPitchModifier(float delegate(HipAudioSource src) modifier)
Undocumented in source. Be warned that the author may not have intended to support it.
addVolumeModifier
void addVolumeModifier(float delegate(HipAudioSource src) modifier)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

modPanning
float[] modPanning;
Undocumented in source.
modPitch
float[] modPitch;
Undocumented in source.
modVolume
float[] modVolume;
Undocumented in source.

Meta